feat: add missing redis installation step#2067
feat: add missing redis installation step#2067Micha Hobert (Isengo1989) merged 8 commits intomainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This pull request adds comprehensive Redis setup documentation to three deployment guides (Ubuntu Server with PM2, Cloudflare Pages, and AWS Amplify). The changes address a missing installation step that is critical for the application's caching functionality.
Key changes:
- Added Redis installation and configuration instructions for local Ubuntu server deployments
- Added Upstash Redis setup guide for Cloudflare Pages deployments
- Added Amazon ElastiCache and serverless Redis provider options for AWS Amplify deployments
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| hosted-with-ubuntu-server.md | Adds "Setup Redis" section with local installation steps and managed service alternatives |
| cloudflare.md | Adds "Setup Redis with Upstash" section with database creation, environment variable configuration, and optional Cloudflare integration |
| aws.md | Adds "Setup Redis with Amazon ElastiCache" section covering both ElastiCache and serverless provider options with VPC considerations |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
products/sales-agent/best-practices/app-deployment/hosted-with-ubuntu-server.md
Show resolved
Hide resolved
products/sales-agent/best-practices/app-deployment/hosted-with-ubuntu-server.md
Show resolved
Hide resolved
products/sales-agent/best-practices/app-deployment/hosted-with-ubuntu-server.md
Outdated
Show resolved
Hide resolved
|
Copilot open a new pull request to apply changes based on the comments in this thread |
|
rittou (@rittou) I've opened a new pull request, #2071, to work on those changes. Once the pull request is ready, I'll request review from you. |
…d env var examples Co-authored-by: rittou <85224631+rittou@users.noreply.github.com>
27e25e8 to
61c3984
Compare
Fix Redis setup documentation: correct service name and add environment variable configuration
Micha Hobert (Isengo1989)
left a comment
There was a problem hiding this comment.
Thx for the PR rittou (@rittou) 💯
No description provided.